home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-28 | 1.3 KB | 50 lines | [TEXT/MPS ] |
- /*
- File: OTVDevice.r
-
- Contains: Resources for Open Transport networking virtual device.
-
- Written by: Erik Staats
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <FW3> 6/13/96 ES Changed 'cfrg' usage to kIsLib.
- <FW2> 3/12/96 ES Fill in contains and written by fields.
- <FW1> 3/12/96 ES first checked in
-
- */
-
- #include "SysTypes.r"
- #include "CodeFragmentTypes.r"
-
- resource 'cfrg' (0)
- {
- {
- kPowerPC, /* Target machine's Architecture. */
- kFullLib, /* This is not an update. */
- kNoVersionNum, /* Current version. */
- kNoVersionNum, /* Definition version. */
- kDefaultStackSize, /* Stack size of application. */
- kNoAppSubFolder, /* Not used here. Can be the resource-id of an 'alis'
- resource. Used to provide additional location
- to search for libraries. */
- kIsLib, /* This is a library. */
- kOnDiskFlat, /* This code fragment is on disk, in the data fork. */
- kZeroOffset, /* Offset of code into data fork. */
- kWholeFork, /* Code takes up all of data fork (can give a size). */
- "OTVDevice" /* Name of application. */
- }
- };
-
- resource 'vers' (1)
- {
- FWVersion,
- FWRevision,
- FWBuildStage,
- FWBuildNumber,
- verUS,
- FWShortVersionString,
- FWLongVersionString
- };
-